home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / utils / selector / examples / confirm.sel < prev    next >
Text File  |  1996-04-25  |  152b  |  15 lines

  1.  
  2. gap 6
  3. close off
  4. title 'Please Confirm'
  5. rows 2
  6.  
  7. color 2
  8. text "Okay to:"
  9. text '[arg1]'
  10.  
  11. color 1
  12. startbox
  13.   button Yes '[arg1]' exit
  14. endbox
  15. button No Exit